How to remove Form from View page

I made a custom page using:

php artisan make:filament-page ViewUser --resource=UserResource --type=ViewRecord


How do I remove the form from this view page though? Or is that not possible πŸ™‚
Was this page helpful?