Hi there,
Thanks for updating. You can hide the footer widget for specific pages with custom CSS. You can add CSS as below :
.page-id-10 .x-colophon.top,
.page-id-11 .x-colophon.top {
display: none;
}
Replace the page-id-X with your specific page ID.
Follow this to locate page/post ID : https://theme.co/community/kb/how-to-locate-post-ids/
Hope this makes sense.
Cheers!