pi.util.RemoveEvent(target,type,listener,useCapture);
>>> pi.util.RemoveEvent(window,"mousedown",function(){ alert("hello!"); });