Uninstalling the Magento 2 Extension
Check how to completely remove the extension
Platforms:
Just like when you install extensions in Magento 2, uninstalling needs to be done through Command Line.
Simply type in the following commands in order to remove it:
php bin/magento setup:module:disable Clerk_Clerk
composer remove clerk/magento2