I got this.
I threw Custom Post Templates out the window and added this to style.css through trial and error:
.single #sidebar-primary {
display: none;
}
.single #content {
width: 100%;
}
Works like a charm.
This is also the same when using “exclude” on the plugin options page in the dashboard.