# File lib/mongo/cluster/sdam_flow.rb, line 355
    def do_remove(address_str)
      cluster.remove(address_str)
      if servers_list.empty?
        log_warn(
          "Topology now has no servers - this is likely a misconfiguration of the cluster and/or the application"
        )
      end
    end