Seems I didn’t remove it properly, however I done all of the below and its still listed in top.
Uninstallation
If you need to uninstall the proxy, open up its control panel to the first tab and press Uninstall. Then delete the device and press SAVE.
If you forget to do this then the proxy will continue to run on your Vera, even after a reboot. This is probably harmless but it is consuming resources. To manually stop the proxy after you have uninstalled the plugin, follow these steps:
Go to Apps > Develop Apps > Test Luup Code.
Paste the following into the text area and press GO:
os.execute("/etc/init.d/upnp-event-proxy stop")
os.execute("/etc/init.d/upnp-event-proxy disable")
os.execute(“rm /etc/init.d/upnp-event-proxy”)