Index: src/applications/diffusion/controller/DiffusionRepositoryEditPolicyController.php
===================================================================
--- src/applications/diffusion/controller/DiffusionRepositoryEditPolicyController.php
+++ src/applications/diffusion/controller/DiffusionRepositoryEditPolicyController.php
@@ -71,11 +71,6 @@
 
     $form = id(new AphrontFormView())
       ->setUser($viewer)
-      ->appendRemarkupInstructions(
-        pht(
-          'NOTE: The "Visible To" control is not yet fully functional. It '.
-          'applies to some interfaces, but some interfaces will bypass this '.
-          'setting and act as though it were set to "all users" for now.'))
       ->appendChild(
         id(new AphrontFormPolicyControl())
           ->setUser($viewer)
Index: src/applications/maniphest/controller/ManiphestTaskEditController.php
===================================================================
--- src/applications/maniphest/controller/ManiphestTaskEditController.php
+++ src/applications/maniphest/controller/ManiphestTaskEditController.php
@@ -471,10 +471,6 @@
           ->setCapability(PhabricatorPolicyCapability::CAN_EDIT)
           ->setPolicyObject($task)
           ->setPolicies($policies)
-          ->setCaption(
-            pht(
-              'NOTE: These policy controls still have some rough edges and '.
-              'are not yet fully functional.'))
           ->setName('editPolicy'))
       ->appendChild(
         id(new AphrontFormTokenizerControl())
Index: src/applications/project/controller/PhabricatorProjectProfileEditController.php
===================================================================
--- src/applications/project/controller/PhabricatorProjectProfileEditController.php
+++ src/applications/project/controller/PhabricatorProjectProfileEditController.php
@@ -131,12 +131,6 @@
           ->setLabel(pht('Blurb'))
           ->setName('blurb')
           ->setValue($profile->getBlurb()))
-      ->appendChild(hsprintf(
-        '<p class="aphront-form-instructions">%s</p>',
-        pht(
-          'NOTE: Policy settings are not yet fully implemented. '.
-          'Some interfaces still ignore these settings, '.
-          'particularly "Visible To".')))
       ->appendChild(
         id(new AphrontFormPolicyControl())
           ->setUser($user)