That will prevent the program from starting. However, to remove it completely, you can follow the following procedures:
make sure the program is removed from the application folder first.
Open the Terminal. Type in the following commands:
cd /Library/Printers
ls
Then you will see the file "InstalledPrinters.plist" and the folder "CANON".
Open the file and edit it by removing all the lines that point to the canon including the scanners and the printers. Save it.
Also delete the "CANON" folder as well.
Since these are in the "root" ownership, you will need to use the command "sudo" to edit the file and remove the folder.
sudo rm -rf Canon/
Password:
sudo vim InstalledPrinters.plist
Password:
Once you restart the computer the "Canon IJ Network Scanner Selector" will be uninstalled completely.