Level 50
Nova routes are defined in your NovaServiceProvider you can comment them out:
/**
* Register the Nova routes.
*
* @return void
*/
protected function routes()
{
// Nova::routes()
// ->withAuthenticationRoutes()
// ->withPasswordResetRoutes()
// ->register();
}