in src/main/scala/com.gu.conf/impl/AbstractConfiguration.scala [57:59]
def minus(properties: Set[String]): AbstractConfiguration = { new ProjectedConfiguration(this, getPropertyNames -- properties) }