Have MovieClip Remove Itself

A MovieClip is added to the stage using addChild(myMovieClip)

How can I remove it from the class itself? I tried stage.removeChild(this) and removeChild(this), both don’t work.