remove-function

remove-function is a Lisp macro in `nadvice.el'.

(remove-function PLACE FUNCTION)

Remove the FUNCTION piece of advice from PLACE.
If FUNCTION was not added to PLACE, do nothing.
Instead of FUNCTION being the actual function, it can also be the `name'
of the piece of advice.