Removing all children?

I added children to the stage on frame 1, however they still exist on frame 2 even though there is no code there.

Can I erase the stage?

Or do I have to throw every object into an array and use removeChild in a loop?