This loop removes iterates through an object and removes all movieclips from it.
for (var i in _root){ if (typeof(_root[i]) == "movieclip"){ _root[i].removeMovieClip(); } }