It is very simple and easy to uninstall application using Terminal, Synaptic Package Manager and MX Package Installer.
Open Terminal and use this command to uninstall any program.
sudo apt-get remove APPNAME
for example, to remove GIMP image editor, use the following command.
sudo apt-get remove gimp
to remove multiple programs use
sudo apt-get remove gimp thunderbird libreoffice*