Uninstall Extension
Instructions depend on how your module has been installed. We will use the ProfStep_Quotation module as an example.
Via Composer or Magento Marketplace
Navigate to the Magento root folder and run the following commands:
composer remove profstep/module-quotationphp bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deploy
As a ZIP package
Go to the Magento root folder and delete the installed extension, then run the following command:
php bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deploy