Is there a way to remove ALL ENTER_FRAME event listeners at once?
Only if you've been keeping careful track of your listeners. There is no "removeAll" type functionality for event listeners, so it helps to collect your listeners in an easy-to-manage place.