remove a custom JQuery function

remove a custom JQuery function


Is it possible to remove a JQuery Function?
Example $('#textBox').sum();
I would like to be able to add and remove functions dynamicly.