Eventlistener issue

Hi… any chance there’s a possibility to do this:

if i use süntax like:
ActionScript Code:
[LEFT]smthng.[COLOR=#000080]addEventListener[/COLOR][COLOR=#000000]([/COLOR]privateEvents.[COLOR=#000080]underNeedToKnowBasesEvent[/COLOR], [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#808080]// do something silly here[/COLOR]
[COLOR=#000000]}[/COLOR][COLOR=#000000])[/COLOR];

[COLOR=#808080]*//i know if i create a function like that there’s a special cool word for this event =) *[/COLOR]

[/LEFT]

any chance I can use removeEventListener on that?
like:
ActionScript Code:
[LEFT]smthng.[COLOR=#000080]removeEventListener[/COLOR][COLOR=#000000]([/COLOR]privateEvents.[COLOR=#000080]underNeedToKnowBasesEvent[/COLOR], ???[COLOR=#000000])[/COLOR];
[/LEFT]

like it so ain’t cool to write a ■■■■ new function for every minor listener i use…
PLS!!! - DON’T TELL ME I CAN DO THE THING IN THE LINE ABOVE!!!