Got it working... The steps to remove a package from Laravel are:
config/app.php
(reference in "providers" array)config/app.php
composer update vendor/package-name
. This will remove the package folder from the vendor
folder and will rebuild the composer autoloading map.It will remove the package folder from Vendor
folder