Hi @wealthy ,
Glad you reached out! Happy to help with this one. Moreover, please excuse the slow turnaround here.
It is not possible to remove it, but it is possible to change it. You can use this short code snippet to change that:
define('GIVE_SLUG', 'new_slug');
Wherein you can change “new_slug” to your preferred one. If you remove it using null or a blank value, it will default to give_forms.
You can read more about this in here — https://givewp.com/documentation/developers/give-php-constants/.
One possible workaround as well is inserting the form on a page using the form’s shortcode or our give form block, and then renaming that page to your preferred title. This will result in a URL that looks like yourwebsite.com/your_page_with_embedded_form.
Please let me know if you have further questions.
I’m always happy to help!