Removing MovieClip will remove addEventListener?

hi guys, just wandering whether if I removed a movie clip that has button with addEventListner attach to it, would it remove all addEventListeners? or I would need to manually use removeEventListener before using removeChild on the movieclip?