Is it possible to remove entire Hangfire chema in database?

when we using Hangfire it automatically generate Hangfire tables in database like this

Now my task is find a way to not have those hangfire tables, or bring those into Tables in dbo
is it possible ? And if it is, what will i have to do to have hangfire running normally ?

Many thanks.