To remove Footer and Announcement Bar on One Page/Landing Page Squarespace, you can follow these.
#1. Find Page ID.
In my example, it is: #collection-6673f2e18432c25013aee99f
#2. Next, use this code to Custom CSS box
#collection-6673f2e18432c25013aee99f {
.sqs-announcement-bar-dropzone, footer.sections {
display: none !important;
}
}