I recently had the need to remove all advice from a function I was playing around with, and was surprised to find that `advice-remove-all` did not exist.

Others have had need of it as well, so it seems like a good candidate for inclusion in `nadvice.el`.

The attached patch adds `advice-remove-all` to `nadvice.el`, using the implementation suggested by xuchungyang.