If you want to remove sidebar site wide…

If you want to remove sidebar site wide, go to “Appearance > Customize > CSS” and insert the following code

.content {
width: 100%;
padding-right: 0;
}
.sidebar {
display: none;
}