Is it posible to uninstall any Plesk packages ?
I mean lets say you have installed DrWeb and other packages but after some time you want to uninstall them...
Yes, it is possible. Depending on your OS you can use:
rpm -e drweb-base-4.33-rh5_psa
(this is in case you have rpm based OS)
or
dpkg -r drweb-base
(if you have deb based OS).