For the first task, you'd probably want to create a new removeAllFigures() method inside the Drawing class.
For the second task, you may find the Drawing.removeSelectedFigures() method (which already exists!) useful.
(Of course, you also have to call these methods somewhere within the code, but I'll let you figure that part out on your own.)