Here is the steps to remove unused demos and set only one default demo to use.
Steps to remove unused demos
Open this file app/Providers/AppServiceProvider.php. Remove $theme->setDemo(request()->input('demo', 'demo1'));.
Uncomment below code and set the param with your selected demo id.