Example of looking by package name, and then uninstalling the packages themselves
dpkg -l | grep brave
sudo dpkg -r brave-browser
sudo dpkg -r brave-keyring

Technical notes, and other ideas.
Example of looking by package name, and then uninstalling the packages themselves
dpkg -l | grep brave
sudo dpkg -r brave-browser
sudo dpkg -r brave-keyring