Removing Limesdr from GNU radio companion 3.8

Hello, I want to remove gr-limesdr from my gnu platform. Can anyone please help to find the way? I will appreciate your help. I am using GRC 3.8 in Ubuntu 18.04

If you installed via package:

$ sudo apt remove gr-limesdr

If you installed from source:

$ cd gr-limesdr/build
$ sudo make uninstall

Thank you much Andrew!