Uninstall apps/packages in Ubuntu

The package is still installed. Remember, in package management Linux is case sensitive.

sudo apt purge Bisq should actually be sudo apt purge bisq

The question is do you want to only remove the program or also all configuration files?

If the latter, then purge is correct to use. If not, then use remove in the command.