How to cull out a specific object? (with Lumen)

For example, I’m trying to render a classroom scene from a bird’s-eye view:

I’d like to see through the ceiling and the nearest wall. But I can’t simply uncheck the Visible property, because that’ll change the whole GI. I’d like to “cull them out”, just like the near clip plane culls objects out.

Is it possible?