I installed a package with composer, and it installed many other packages as dependencies.
Now I uninstalled the main package with composer remove packageautho
composer remove packageautho
following commands will do the same perfectly
rm -rf vendor composer install